Scenario #5101: Query Subscription Relations of Given Person

Properties

Required

Given

name value
personUuid 1223603d-1a3b-4e0c-a244-027585d22eb2
relationType SUBSCRIBER

Query Relations

HTTP GET "/api/hs/office/relations?personUuid=1223603d-1a3b-4e0c-a244-027585d22eb2&relationType=SUBSCRIBER" // Person: Test AG \
  -H "Authorization: Bearer $HSADMINNG_JWT_BEARER" \
  `# {` \
  `#   "sub" : "uuid<hsh-alex_superuser>"` \
  `# }`
=> status: 200 OK 
[ {
  "uuid" : "635411c5-473a-43af-90fc-bc57b4cbe7a9", // Subscription: Michael Miller to operations-discussion
  "anchor" : {
    "uuid" : "1223603d-1a3b-4e0c-a244-027585d22eb2", // Person: Test AG
    "personType" : "LEGAL_PERSON",
    "tradeName" : "Test AG",
    "salutation" : null,
    "title" : null,
    "givenName" : null,
    "familyName" : null
  },
  "holder" : {
    "uuid" : "ca28a2f0-a2c0-4db8-bf2e-7f07bf7d235e", // Person: Michael Miller
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michael",
    "familyName" : "Miller"
  },
  "type" : "SUBSCRIBER",
  "mark" : "operations-discussion",
  "contact" : {
    "uuid" : "6f4f7197-a1b6-4d06-8d89-f823d308cb24", // Contact: michael.miller@example.org
    "caption" : "Michael Miller",
    "postalAddress" : { },
    "emailAddresses" : {
      "main" : "michael.miller@example.org"
    },
    "phoneNumbers" : { }
  }
} ]

generated on 2026-07-17 01:44:27 for branch